home *** CD-ROM | disk | FTP | other *** search
- REM ╔═══════════════════════════════════════════════════════════════════════╗
- REM ║ CAUTION!!! You MUST have ThrustMaster Command & Control Center ║
- REM ║ (MARK2.EXE) vs 1.38 or higher and MK2LOAD.EXE vs 5.01 or higher to ║
- REM ║ use the macro capability. You can tell if you have vs 1.38 by looking║
- REM ║ at the top of the C&CC screen where the version # is shown on any of ║
- REM ║ the menu screens or click on F-7 About to view the version #. To tell║
- REM ║ if you have MK2LOAD.EXE vs 5.01 just download a file - you will see ║
- REM ║ the version # at the top of the download screen. To obtain the newer ║
- REM ║ versions if you do not have them, check with any of the listed places ║
- REM ║ in C:\MARK2\MK2UTILS\TMBBS.TXT where you may download the latest ║
- REM ║ versions of the Command and Control Center software. ║
- REM ╚═══════════════════════════════════════════════════════════════════════╝
- REM Flight Assignment: A.T.P. (Air Tranport Pilot) by SubLOGIC
- REM
- REM Three modes for ATP depending on the position of the WCS rocker switch
- REM Toggle Up = Communications Mode
- REM Toggle Middle = Flight Mode
- REM Toggle Down = Navigation Mode
- REM
- REM Written and Tested by David Shaw - December 1993
- REM
- REM Base Switch Settings
- REM Black Hat Switch = Digital
- REM Red Switch = Digital
- REM
- REM Game Settings: Nothing special required for this ADV
- REM
- REM INCLUDE ATP.MDF FILE
-
- MDef KATP
-
- @DigitalThrottle
-
- BTN UB /U /T SelectCom1
- /T SelectCom2
- /M TrimUp
- /D /T SelectNav1
- /T SelectNav2
-
- BTN MB /U SelectXponder
- /M TrimDn
- /D SelectDME
-
- BTN LB ReverseThrust
-
- BTN HU /U IncFullComFreq
- /M FrontView
- /D IncFullFreq_Nav
-
- BTN HR /U IncFracComFreq
- /M RightView
- /D IncFracFreq_Nav
-
- BTN HD /U DecrFullComFreq
- /M BackView
- /D DecrFullFreq_Nav
-
- BTN HL /U DecrFracComFreq
- /M LeftView
- /D DecFracFreq_Nav
-
- BTN 1 /U "Roger"
- /M Brakes
- /D AutopilotMaster
-
- BTN 2 /U CheckInNewFacility
- /M FlapUp
- /D AutopilotHeadToggle
-
- BTN 3 /U RequestRadarVect
- /M FlapDn
- /D AutopilotAltitude
-
- BTN 4 SpoilerUp
-
- BTN 5 SpoilerDn
-
- BTN 6 /U RequestClearance
- /M InstrumentPanelToggle
- /D /T GearUp
- /T GearDn
-
- REM NOTE:
- REM
- REM This file works ONLY with the NEW chip and MICROCODE for the MARK II WCS!
- REM
- REM If you do not have the NEW chip and MICROCODE, contact THRUSTMASTER at
- REM (503) 639-3200 and find out how to get the upgrade!!!
- REM
- REM How can you tell if you have the new chip and microcode? From the
- REM C:\MARK2 DOS prompt, type: DIR MK2LOAD.EXE then hit ENTER. If you receive
- REM the message: "File not found", then you have the OLD microcode version
- REM that uses the program DOWNLOAD.EXE to load files into the WCS MARK II.
-